@Deprecated
public final Collection<String> getOwnClassPath() {
return getJavaFacet().getOwnClassPath();
}
@Deprecated
*/
@Deprecated
public final Collection<String> getOwnClassPath() {
return ((JavaModuleFacetImpl) getJavaFacet()).getOwnClassPath();
}
/**